xend: Fix save/restore after previous changeset.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 28 Sep 2009 12:59:35 +0000 (13:59 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 28 Sep 2009 12:59:35 +0000 (13:59 +0100)
commit3cc1e4c380936841efcf78a502381d376822d88f
treee7adf629977621a81a615e840b958c9d27438c70
parentbf2c44f8b469835338e185fac93399fd34dff6e3
xend: Fix save/restore after previous changeset.

Platform variable 'tsc_native' is saved/restored as a string, so must
be converted to an integer before passing to domain_set_tsc_native().

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/XendDomainInfo.py